This article describes how to use the viewport <meta> tag to control the viewport's size and shape. Background · Viewport basics · Screen density · Viewport width and screen width
The viewport meta is the element which turns a regular site to responsive web design. Without the viewport meta tag, the page is displayed as a typical desktop ...
HTML5 introduced a method to let web designers take control over the viewport, through the <meta> tag. You should include the following <meta> viewport element ...
To create a responsive website, add the following <meta> tag to all your web pages: Example. <meta name=viewport content=width=device-width, initial-scale ...